目前,presph 支持从 Lua 脚本中获取粒子。 读取的粒子,生成为 ini_xv.dat 和 ini_state.dat 两个二进制或 ASCII 文件。
presph
ini_xv.dat
ini_state.dat
示例:
# sph.toml [pre-process] dofile = true lua_script = "region.lua" form = "formatted"